@charset "utf-8";
/* CSS Document */

#content {
  width: 1000px ;
  margin-left: auto ;
  margin-right: auto ;
}

body {
	color: #FFFFFF;
	margin: 0;
	font-size: 12pt;
	font-family:Arial;
	background-color: #CCC;
}

#banner {
  width: 992px ;
  margin-left: auto ;
  margin-right: auto ;
}

#tekst {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #999;  
  
}

#input {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	float: right;
}

#voetnoot {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #999;
	margin-bottom: 30px;  
}
#voetnoot2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;	
}
#links {
	
	margin-top: 15px;
	float: left;
	width: 485px;
}
#rechts {
	
	margin-top: 15px;
	float: left;
	width: 485px;
}

#marque {
	
	margin-bottom: 15px;	
}
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 10px solid #999;
	float: right;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

#navgal{
	float: left;
	width: 120px;
}

button {
	background-color:#0292C0;
	color:#FFFFFF;
}
button {
        width:120px;
        height:25px;
        margin:0px 20px 0px 0px;
        border:none;
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
        border-radius:15px;
        -moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
        box-shadow:0px 0px 10px 3px rgba(0,0,0,0.2);
        background-color:#0292C0;
        color:#FFFFFF;
        font-size:14px;
        cursor:hand;
        cursor:pointer;
}